home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 45975 / 45975.xpi / content / clicknlearn.xul < prev    next >
Extensible Markup Language  |  2009-11-22  |  2KB  |  39 lines

  1. ∩╗┐<?xml version="1.0"?>
  2.  
  3. <!--
  4.   ~ Copyright (c) 2009 Bui Viet Thanh (thanhbv@gmail.com).
  5.   ~
  6.   ~ This file is part of clicknlearn.
  7.   ~
  8.   ~ clicknlearn is free software: you can redistribute it and/or modify
  9.   ~ it under the terms of the GNU General Public License as published by
  10.   ~ the Free Software Foundation, either version 3 of the License, or
  11.   ~ (at your option) any later version.
  12.   ~
  13.   ~ clicknlearn is distributed in the hope that it will be useful,
  14.   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.   ~ GNU General Public License for more details.
  17.   ~
  18.   ~ You should have received a copy of the GNU General Public License
  19.   ~ along with clicknlearn.  If not, see <http://www.gnu.org/licenses/>.
  20.   -->
  21.  
  22. <overlay id="clicknlearn"
  23.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  24.     <script type="application/x-javascript" src="chrome://clicknlearn/content/utils.js"/>
  25.     <script type="application/x-javascript" src="chrome://clicknlearn/content/clicknlearn.js"/>
  26.     <script type="application/x-javascript" src="chrome://clicknlearn/content/diclookup.js"/>
  27.     <script type="application/x-javascript" src="chrome://clicknlearn/content/remindwords.js"/>
  28.     <script type="application/x-javascript" src="chrome://clicknlearn/content/dicservices.js"/>
  29.     <script type="application/x-javascript"><![CDATA[
  30.         var CNL = new Clicknlearn();                
  31.     ]]></script>
  32.     <!--<statusbar id="status-bar">-->
  33.       <!--<statusbarpanel id="clicknlearn-panel" label="..."/>-->
  34.    <!--</statusbar>-->
  35.     <stringbundleset id="stringbundleset">
  36.         <stringbundle id="string-bundle" src="chrome://clicknlearn/locale/string-bundle.properties"/>
  37.     </stringbundleset>
  38. </overlay>
  39.